home *** CD-ROM | disk | FTP | other *** search
- |movescreen|
- windowtitle `MoveScreen <DeltaX>,<DeltaY>
- printlf `Move the screen a specified number of
- printlf `pixels right or left, <DeltaX>, or
- printlf `up or down, <DeltaY>.
- printlf
- printlf `Note: Under AmigaDOS 1.3 <DeltaX> does
- printlf `not perform.
- end
-
- |screento|
- windowtitle `ScreenTo FRONT or BACK`
- printlf `Moves the screen either to the BACK
- printlf `of the displayed screens or to the
- printlf `front of the displayed screens.
- end
-
- |screentitlebar|
- windowtitle `ScreenTitleBar «logical expression»
- printlf `If using a custom screen, this command
- printlf `allows the screen's title bar to be
- printlf `displayed if the logical expression is
- printlf `TRUE, or hidden if it is FALSE.
- printlf `NOTE: The window's title bar may hide
- printlf ` the screen's title, even if TRUE
- end
-
- |setscreentitle|
- windowtitle `SetScreenTitle "Text"
- printlf `Sets the screen's title to the given
- printlf `string. If you are running on the
- printlf `Workbench screen, this title will be set
- printlf `only when your application is activated.
- end
-
- |movewindow|
- windowtitle `MoveWindow <DeltaX>,<DeltaY>
- printlf `Works in the same manner as MoveScreen,
- printlf `except <DeltaX> does function under
- printlf `AmigaDOS.
- printlf
- print `SEE ALSO: `
- subject `MoveScreen`MoveScreen`
- end
-
- |windowto|
- windowtitle `WindowTo FRONT or BACK
- printlf `Moves the window either to the back
- printlf `of the displayed windows on a screen
- printlf `or to the front of the windows on a
- printlf `screen. This command is only useful for
- printlf `applications running on the Workbench
- printlf `screen.
- end
-
- |setwindowtitle|
- windowtitle `SetWindowTitle "Text"
- printlf `Sets the window title to the given
- printlf `string.
- end
-
- |setwindowlimits|
- windowtitle `SetWindowLimits <MinX>,<MinY>,<MaxX>,<MaxY>
- printlf `Defines the window's sizing limits to be
- printlf `between <MinX> and <MaxX> horizontally and
- printlf `between <MinY> and <MaxY> vertically.
- printlf
- print `SEE ALSO: `
- subject `GetWindowLimits`GetWindowLimits`
- end
-
- |getwindowlimits|
- windowtitle `GetWindowLimits <MinX>, <MinY>, <MaxX>, <MaxY>
- printlf `Returns the current window limits into
- printlf `the specified variables.`
- printlf
- print `SEE ALSO: `
- subject `SetWindowLimits`SetWindowLimits`
- end
-
-